PDF4Java Reference Documentation
com.o2sol.pdf4java.destinations Package / PDFDestinationType Enumeration
In This Topic
    PDFDestinationType Enumeration
    In This Topic
    Defines the supported destination types.
    Members
    MemberDescription
    NAMED_DESTINATIONA named destination.
    PAGE_DESTINATIONA destination to a page identified by a com.o2sol.pdf4java.PDFPage.
    PAGE_NUMBER_DESTINATIONA destination to a page identified by its page number.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.destinations.PDFDestinationType

    See Also